home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 14 / DOKAN14.iso / Progs / ADAM-Boletin de noticias-may99.EXE / 0 / RCDATA / TPASSWORDENTRYFORM / TPASSWORDENTRYFORM.txt < prev   
Text File  |  1999-05-07  |  2KB  |  107 lines

  1. object PasswordEntryForm: TPasswordEntryForm
  2.   Left = 25
  3.   Top = 391
  4.   ActiveControl = Password
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Password'
  8.   ClientHeight = 211
  9.   ClientWidth = 281
  10.   Font.Color = clBtnText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object LockOpen: TNeoBookImage
  19.     Left = 12
  20.     Top = 52
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.ico>}
  25.     Visible = False
  26.   end
  27.   object Msg: TLabel
  28.     Left = 52
  29.     Top = 12
  30.     Width = 5
  31.     Height = 15
  32.     Caption = 'x'
  33.   end
  34.   object LockClosed: TNeoBookImage
  35.     Left = 12
  36.     Top = 12
  37.     Width = 32
  38.     Height = 32
  39.     Center = True
  40.     Picture.Data = {<image001.ico>}
  41.   end
  42.   object BtnPanel: TPanel
  43.     Left = 0
  44.     Top = 162
  45.     Width = 281
  46.     Height = 49
  47.     Align = alBottom
  48.     BevelOuter = bvNone
  49.     TabOrder = 1
  50.     object Bevel1: TBevel
  51.       Left = 0
  52.       Top = 0
  53.       Width = 281
  54.       Height = 13
  55.       Align = alTop
  56.       Shape = bsTopLine
  57.     end
  58.     object OkBtn: TButton
  59.       Left = 8
  60.       Top = 12
  61.       Width = 84
  62.       Height = 28
  63.       Caption = 'OK'
  64.       Default = True
  65.       Enabled = False
  66.       TabOrder = 0
  67.       OnClick = OkBtnClick
  68.     end
  69.     object CancelBtn: TButton
  70.       Left = 100
  71.       Top = 12
  72.       Width = 84
  73.       Height = 28
  74.       Cancel = True
  75.       Caption = 'Cancel'
  76.       ModalResult = 2
  77.       TabOrder = 1
  78.     end
  79.   end
  80.   object PasswordPanel: TPanel
  81.     Left = 0
  82.     Top = 104
  83.     Width = 281
  84.     Height = 58
  85.     Align = alBottom
  86.     BevelOuter = bvNone
  87.     TabOrder = 0
  88.     object Prompt: TLabel
  89.       Left = 12
  90.       Top = 16
  91.       Width = 5
  92.       Height = 15
  93.       Caption = 'x'
  94.       FocusControl = Password
  95.     end
  96.     object Password: TEdit
  97.       Left = 24
  98.       Top = 12
  99.       Width = 153
  100.       Height = 23
  101.       PasswordChar = '*'
  102.       TabOrder = 0
  103.       OnChange = PasswordChange
  104.     end
  105.   end
  106. end
  107.